home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / alib / csup / clib / Makefile < prev    next >
Makefile  |  1994-02-14  |  544b  |  19 lines

  1. ######################################################################
  2. MAKEMETA=    ../../../tools/makemeta
  3.  
  4. SUBSYSNAME=    clib
  5.  
  6. AFILES=     doprnt.asm ga.asm intmath.asm random.asm rt.asm sprintf.asm \
  7.         autodocs.asm
  8.  
  9. CFILES=     fclose.c fgetc.c fprintf.c fputc.c fputs.c \
  10.         g.c getchar.c printf.c putchar.c puts.c
  11.  
  12. OFILES=     doprnt.obj ga.obj intmath.obj random.obj rt.obj sprintf.obj \
  13.         fclose.obj fgetc.obj fprintf.obj fputc.obj fputs.obj \
  14.         g.obj getchar.obj printf.obj putchar.obj puts.obj
  15.  
  16. all quick:    ${SUBSYSNAME}_lib.lib
  17.  
  18. .INCLUDE=${MAKEMETA}
  19.